home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursor([cast "curs", cast "mask"])
- if the movieTime of sprite 1 = the duration of member the castNum of sprite 1 then
- go(1, "video")
- else
- go(the frame)
- end if
- end
-
- on mouseUp
- cursor(-1)
- set the movieRate of sprite 1 to 0
- go(1, "video")
- end
-